home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Commands.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  1KB  |  45 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Commands" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains general information about ~ and rules, and about actions based on office commands.</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="CommandType">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Describes a command.</desc>
  16.             </info>
  17.             <prop oor:name="Command" oor:type="xs:string">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Specifies the command name for dispatching without a protocol part.</desc>
  22.                 </info>
  23.             </prop>
  24.         </group>
  25.     </templates>
  26.     <component>
  27.  
  28.         <group oor:name="Execute">
  29.  
  30.             <info>
  31.  
  32.                 <desc>Contains information about the execute status.</desc>
  33.             </info>
  34.             <set oor:name="Disabled" oor:node-type="CommandType">
  35.  
  36.                 <info>
  37.  
  38.                     <desc>Contains commands that are disabled in the Office user interface.</desc>
  39.                 </info>
  40.             </set>
  41.         </group>
  42.     </component>
  43. </oor:component-schema>
  44.  
  45.